home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pdt_set1.zip / README.BAT < prev    next >
DOS Batch File  |  1992-06-22  |  4KB  |  51 lines

  1. echo off
  2. cls
  3. echo ┌─────────────────────────────────────────────────────────────────────────┐
  4. echo │              ┬─┬─────┐ ─┬─┬─────┐ ┌───┬─┬───┐  ┬                        │
  5. echo │              │ │     │  │ │     │     │ │      ┘                        │
  6. echo │              │ ├─────┘  │ │     │     │ │        ┌┬─┐                   │
  7. echo │              │ │        │ │     │     │ │        └┴┬┐                   │
  8. echo │              ┴─┴       ─┴─┴─────┘     ┴─┴        └─┴┘        ┌─────┐    │
  9. echo │                                                              │ SET │    │
  10. echo │          ┌───┬─┬───┐                   ┬─┬   ┌──             │ # 1 │    │
  11. echo │              │ │                       │ │   │               └─────┘    │
  12. echo │              │ │     ┌┬─┐ ┌┬─┐ ┬┬      │ ├───┴─┐ ┬┬ ┌┬┬┐                │
  13. echo │              │ │     ││ │ ││ │ ││      │ │     │ ││  ││                 │
  14. echo │              ┴─┴     └┴─┘ └┴─┘ ┴┴─┘    ┴─┴     ┴ ┴┴  ┴┴                 │
  15. echo │                                                                         │
  16. echo │   Enclosed is SET #1 of the programs in PDT's Tool Kit.  PDT (or the    │
  17. echo │   Pro~Formance Data Tool) is a phenomenal program to view, edit and     │
  18. echo │   manage ANY file.  And it's INDISPENSIBLE as a tool to view and edit   │
  19. echo │   DATA files -- dBase files, any fixed-length file, font files, etc.    │
  20. echo │                                                                         │
  21. echo │   PDT's Tool Kit includes many small programs to help you create, modi- │
  22. echo │   fy, convert and document data files.  The next page has details.      │
  23. echo │                                                                         │
  24. echo └─────────────────────────────────────────────────────────────────────────┘
  25. pause
  26. cls
  27. echo ┌─┬─────┬─────────────────────────────────────────────────────────────────┐
  28. echo │ │ SET │ PDT's registered users receive the entire Tool Kit -- FREE!     │
  29. echo │ │     │                                                                 │
  30. echo │ │ # 1 │ Shareware versions of Tool Kit programs are available in "Sets."│
  31. echo │ └─────┘                                                                 │
  32. echo │                                                                         │
  33. echo │ Packing List:     Description:                                          │
  34. echo ├──────────────     ──────────────────────────────────────────────────────┤
  35. echo │                                                                         │
  36. echo │  PDT-Set1.Doc     Your manual   (also note Translat.Exe if you need it).│
  37. echo │                                                                         │
  38. echo │    Fields.Exe     Document the field structure of dBase files.          │
  39. echo │                                                                         │
  40. echo │    Create.Exe     Create dBase files with ANY field structure you want. │
  41. echo │                                                                         │
  42. echo │   DBF-DBF.Exe     Modify dBase files:  Add, Delete or Modify fields.    │
  43. echo │                                                                         │
  44. echo │    SAMPLE.DBF     A sample dBASE file.                                  │
  45. echo │     DEMO1.BAT     Quickly demonstrates Fields.Exe.  PLEASE RUN!         │
  46. echo │                                                                         │
  47. echo │   Set #2 includes ASC-DBF and DBF-ASC -- programs to quickly convert    │
  48. echo │   dBase files to comma-delimited ASCII versions, or vice-versa.         │
  49. echo └─────────────────────────────────────────────────────────────────────────┘
  50.  
  51.